{% extends "layouts/base.html" %} {% block title %} {{ tb.Intitule }}{% endblock %} {% block content%}

{{ tb.Intitule }}

{% for indicateur in object_list %}

{{indicateur.Intitule_Indicateur}}

{% if indicateur.Periodicite == "Mensuelle" %} Ce mois {% else %} Cette Année {{currentYear}} {% endif %}

{% if indicateur.Periodicite == "Mensuelle" %} {% else %} {% endif %}

Interpretation

{% if DirecteurGroup not in user.groups.all and ChefDeptGroup not in user.groups.all%} Ajouter Interpretation {% endif %}
{% for interpretation in ListeInter %} {% if interpretation.Id_Indicateur.id == indicateur.id %} {{interpretation.Contenu}} {% endif %} {% endfor %}
{% endfor %}
{% if ChefDeptGroup not in user.groups.all and DirecteurGroup not in user.groups.all %} Modifier Tableau de Bord Supprimer Tableau de Bord {% endif %}
{% endblock %}